class HelloWorldfromDeepika
{
  public static void main(String args[]){
    System.out.println("This is my hello world program in the world of open source. Thank you!");
  }
}
